.orderIcon {
  display: flex;
  justify-content: center;
  width: 0px;
  height: 0px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 20px solid black;
  z-index: 1000;
}

.orderIconInner {
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  /* border-bottom: 26px solid rgba(50, 146, 255, 1); */
  border-top: 14px solid red;
  margin-top: -18px !important;
  color: white;
}

.orderIconInner>p {
  margin-top: -18px;
}

.selected-div-icon {
  background-color: rgba(50, 146, 255, 0.5);
  border-radius: 1000px;
  box-shadow: -2px 0 #3390ff, 0 2px #3390ff,
    2px 0 #3390ff, 0 -2px #3390ff;
  padding: 5px;
  width: 29px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cluster-top {
  z-index: 1000 !important;
}

/* .orderIcon {
  display: flex;
  justify-content: center;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 15px solid black;
}

.orderIconInner {
  width: 0px;
  height: 0px;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  /* border-bottom: 26px solid rgba(50, 146, 255, 1); */
/*border-top: 9px solid red;
  margin-top: -13px !important;
} */

.stoppedTruck {
  display: flex;
  justify-content: center;
  width: 15px;
  height: 15px;
  /* background-color: rgba(50, 146, 255, 1); */
  border: 2px solid black;
}

.movingTruck {
  display: flex;
  justify-content: center;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 30px solid black;
}

.movingTruckinner {
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  /* border-bottom: 26px solid rgba(50, 146, 255, 1); */
  margin-top: 2.2px;
}


.drop-stop-marker {
  filter: hue-rotate(120deg);
}

.pickup-stop-marker {
  filter: hue-rotate(250deg);
}

.order-cluster {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  rotate: 45deg;
  background-color: rgba(234, 99, 18, 0.5);
}

.order-cluster-small {
  background-color: rgba(234, 99, 18, 0.8);
  position: absolute;
  width: 80%;
  height: 80%;
  /* border-radius: 1000px; */
  z-index: -1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}

.cluster-text {
  color: white;
  /* font-weight: bold; */
}

.order-cluster-small .cluster-text {
  rotate: -45deg;
}

.cluster-text-label {
  white-space: nowrap;
  font-size: .75em;
  text-align: center;
  margin-top: .3em;
}

.cluster-text-count {
  font-size: 1.3em;
  text-align: center;
  line-height: 1;
}

.power-cluster {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transform: translateY(-0%);
  background-color: rgba(42, 4, 255, 0.5);
  /* rgba(74, 146, 104, 0.5); */
}

.power-cluster-small {
  background-color: rgba(75, 45, 245, 0.8);
  /* rgba(49, 170, 89, 0.8); */
  position: absolute;
  width: 80%;
  height: 80%;
  z-index: -1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.balance-pos-cluster {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transform: translateY(-0%);
  background-color: rgba(76, 175, 241, 0.5);
}

.balance-pos-cluster-small {
  position: absolute;
  width: 80%;
  height: 80%;
  z-index: -1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(60, 152, 214, 0.8);
}

.balance-neg-cluster {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transform: translateY(-0%);
  background-color: rgba(240, 38, 38, 0.5);
}

.balance-neg-cluster-small {
  position: absolute;
  width: 80%;
  height: 80%;
  z-index: -1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(207, 43, 43, 0.8);
}

.balance-cluster {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transform: translateY(-0%);
  /* background-color: rgba(137, 66, 179, 0.5); */
  background-color: rgba(145, 145, 145, 0.5);
}

.balance-cluster-small {
  /*     background-color: rgba(175, 58, 243, 0.8);*/
  background-color: rgba(122, 122, 122, 0.8);
  position: absolute;
  width: 80%;
  height: 80%;
  z-index: -1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hover-cluster:not(.asset-icon) {
  z-index: 2000 !important;
  transition: z-index 0.1s;
  transition-delay: 0.05s;
  transform: scale(1.2);
}

/* .hover-cluster>div
{
  transform: scale(1.1);
  transition: transform 0.2s;
  transition-delay: 0.5s;
}
*/
.hover-cluster:not(.asset-icon)>div>div {
  transform: scale(1.25);
  transition: transform 0.2s;
  transition-delay: 0.5s;
}


.leaflet-marker-icon {
  box-sizing: content-box;
}

.power-row .stoppedTruck {
  height: 12px;
  width: 12px;
  margin-right: 5px;
  margin-bottom: 3px;
}


.icon {
  min-width: 1.5rem;
}


.Trailer-bar {
  background-color: rgba(110, 204, 57, 1) !important;
}


.legend {
  background-color: white;
  border: lightgray 2px solid;
  min-width: 170px;
  opacity: 0.9;
  /* line-height: 18px;
    color: #555; */
}

.legend-title {
  font-weight: bold;
  margin: .1rem .25rem;
  font-size: 1.2em;
  text-align: center;
}

.legend-item {
  display: flex;
  align-items: center;
  /*   padding: 0.25rem;
    margin: 0.25rem; */
  margin: .1rem .25rem;
  border-radius: 4px;
  /*   cursor: pointer;
   */
}

.legend-item .orderIcon {

  transform: scale(0.8);
  margin: 1px 0px;
}


.order-svg {
  polygon {
    stroke: black;
    stroke-width: 1.75px;
    fill: rgb(255, 124, 36);
  }

  text {
    font-size: 32px;
    fill: white;
  }
}

.order-svg.high-priority {
  polygon {
    stroke: red;
  }
}

.order-svg.white-glove {
  polygon {
    stroke: red;
  }

  text {
    font: bold 15px sans-serif;
    fill: white;
  }
}

.asset-icon .selected {
  background-color: rgba(50, 146, 255, 0.5);
  border-radius: 1000px;
  box-shadow: -2px 0 #3390ff, 0 2px #3390ff,
    2px 0 #3390ff, 0 -2px #3390ff;
}


.legend-item .order-svg {
  width: 30px;
  height: 30px;
  margin: -5px -3px;

  polygon {
    stroke-width: 2.1px;
  }
}



.pane-table-label .order-svg {
  width: 30px;
  height: 30px;
  margin: -6px -5px -3px -4px;

  polygon {
    stroke-width: 2.1px;
  }
}

.order-row .order-svg {
  width: 26px;
  height: 26px;
  margin: -8px -2px -4px -7px;

  polygon {
    stroke-width: 2.1px;
  }
}


.detail-title .order-svg {
  width: 30px;
  height: 30px;
  margin: -6px -5px -6px -4px;

  polygon {
    stroke-width: 2.1px;
  }
}

.detail-title .stoppedTruck {
  margin: 0px 3px 2px 3px;
}